State
SCPI Command :
SENSe<CH>:[POWer]:CORRection:SPDevice:STATe
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(channel=Channel.Default) bool[source]
# SENSe<CH>:[POWer]:CORRection:SPDevice:STATe value: bool = driver.sense.power.correction.spDevice.state.get(channel = repcap.Channel.Default)
Activates the use of the S-parameter correction data. Note: If you use power sensors with attenuator, the instrument automatically activates the use of S-parameter data.
- Parameters:
channel – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Sense’)
- Returns:
state: 1 | ON | 0| OFF
- set(state: bool, channel=Channel.Default) None[source]
# SENSe<CH>:[POWer]:CORRection:SPDevice:STATe driver.sense.power.correction.spDevice.state.set(state = False, channel = repcap.Channel.Default)
Activates the use of the S-parameter correction data. Note: If you use power sensors with attenuator, the instrument automatically activates the use of S-parameter data.
- Parameters:
state – 1 | ON | 0| OFF
channel – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Sense’)