Delay

SCPI Command :

[SOURce<HW>]:FSIMulator:CDYNamic:PATH<CH>:DELay
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(path=Path.Default) FadDelay[source]
# [SOURce<HW>]:FSIMulator:CDYNamic:PATH<CH>:DELay
value: enums.FadDelay = driver.source.fsimulator.cdynamic.path.delay.get(path = repcap.Path.Default)

Sets the delay defined in the file for the fading path.

Parameters:

path – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Path’)

Returns:

delay: BDELay | ADELay BDELay Sets the delay defined in the file for a path group. ADELay Sets the delay defined in the file for the respective path.

set(delay: FadDelay, path=Path.Default) None[source]
# [SOURce<HW>]:FSIMulator:CDYNamic:PATH<CH>:DELay
driver.source.fsimulator.cdynamic.path.delay.set(delay = enums.FadDelay.ADELay, path = repcap.Path.Default)

Sets the delay defined in the file for the fading path.

Parameters:
  • delay – BDELay | ADELay BDELay Sets the delay defined in the file for a path group. ADELay Sets the delay defined in the file for the respective path.

  • path – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Path’)