set
Syntax
Description
set(
sets a property value for a specified property name in the instrument_object,propertyName = propertyValue)Instrument
object.
set(
sets property values for specified property names in the instrument_object,propertyNames,propertyValues)Instrument
object.
set(
uses the instrument_object,propertyNamesValues)propertyNamesValues structure to set the property values for
properties in the Instrument object.
creates a propertyStruct = set(instrument_object)propertyStruct structure with the settable property names from
the Instrument object. The values are empty in the structure. There
read-only-after-written properties (Application and
ModelName) are omitted from the structure.
For more information about Instrument object properties, see Instrument.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2026a
See Also
Instrument | addSignal | clearScalarAndLineData | connectCallback | connectLine | connectScalar | connectXYPlot | delete | generateScript | getBufferedData | getCallbackDataForSignal | removeCallback | removeSignal | validate