Quick-Control Oscilloscope Properties
The Quick-Control Oscilloscope oscilloscope
function can use the
following properties.
Property | Description |
---|---|
ChannelNames | Read-only property that provides available channel names in a cell array. |
ChannelsEnabled | Read-only property that provides currently enabled channel names in a cell array. |
Status | Read-only property that indicates the communication status. Valid values are
|
Timeout | Use to get or set a timeout value. Value cannot be negative number. Default
is |
AcquisitionTime | Use to get or set acquisition time value. Used to control the time in seconds
that corresponds to the record length. Value must be a positive, finite number. |
AcquisitionStartDelay | Use to set or get the length of time in seconds from the trigger event to first
point in waveform record. If positive, the first point in the waveform occurs after the trigger. If negative, the first point in the waveform occurs before the trigger. |
TriggerMode | Use to set the triggering behavior. Values are:
|
TriggerSlope | Use to set or get trigger slope value. Valid values are
|
TriggerLevel | Specifies the voltage threshold in volts for the trigger control. |
TriggerSource | Specifies the source the oscilloscope monitors for a trigger. It can be channel name or other values. |
Resource | Set up before connecting to instrument. Set with value of your instrument’s
resource string, for
example:set(myScope, 'Resource', 'TCPIP0::a-m6104a-004598::inst0::INSTR'); |
DriverDetectionMode | Optionally used to set up criteria for connection. Valid values are
auto means you do not have to set a driver name before connecting
to an instrument.If set to |
Driver | Use only if set DriverDetectionMode to
manual . Then use to give driver name. Only use if driver name
cannot be figured out programmatically. |